type runtime.memRecordCycle

8 uses

	runtime (current package)
		mprof.go#L105: 	active memRecordCycle
		mprof.go#L117: 	future [3]memRecordCycle
		mprof.go#L121: type memRecordCycle struct {
		mprof.go#L127: func (a *memRecordCycle) add(b *memRecordCycle) {
		mprof.go#L315: 		*mpc = memRecordCycle{}
		mprof.go#L335: 		*mpc = memRecordCycle{}
		mprof.go#L595: 				mp.future[c] = memRecordCycle{}